Search
VirtualKeyboard.setLayoutRing Method
See Also
 






Sets a list of keyboard layouts that can be cycled through.

Namespace: com.mindfusion.keyboard
Assembly: com.mindfusion.keyboard

 Syntax

Java  Copy Code

public void setLayoutRing (
    List<KeyboardLayout> layouts
)

 Parameters

layouts

A List of KeyboardLayout objects.

 Remarks

Add LayoutRingKey to your layouts to let users cycle through the list. Layouts from this list are automatically assigned to TemplateLayout when user presses the LayoutRingKey, or if you call the selectLayout method from code.

 See Also